github.com/klauspost/compress/zstd.dict.id (field)
8 uses
github.com/klauspost/compress/zstd (current package)
decoder_options.go#L122: o.dicts[d.id] = d
decoder_options.go#L139: o.dicts[id] = &dict{id: id, content: content, offsets: [3]int{1, 4, 8}}
dict.go#L16: id uint32
dict.go#L34: return d.id
dict.go#L84: d.id = binary.LittleEndian.Uint32(b[4:8])
dict.go#L85: if d.id == 0 {
dict.go#L223: id: o.ID,
encoder_options.go#L366: o.dict = &dict{id: id, content: content, offsets: [3]int{1, 4, 8}}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |